From f1fefe958cb5460d1d7c4f92fac15408f56b35b4 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sun, 20 Apr 2025 15:35:12 +0200 Subject: [PATCH] luci-theme-*: layout improvements material menu bar on the left is now 'above' main content Signed-off-by: Paul Donald --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index a7d39b6480..a09d7c36f1 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -347,6 +347,7 @@ small { height: calc(100% - 4rem); background-color: var(--menu-bg-color); transition: visibility 400ms, width 400ms; + z-index: 800; } .main-right { -- 2.30.2